Notice (8): Undefined variable: circulars [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array(), 'content_for_layout' => '<style> @media only screen and (max-width: 600px) { #paper { magin-left: -75px !important; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-md-12 ptn-bg"> <h2>Mechanical Engineering </h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li class="active">Mechanical Engineering</li> </ol> </div> </div> </div> </div> </div> <!-- Main-container start --> <div class="container things" style="margin:0;width: 100%;" > <div class="col-md-12"> <br/><br/> <h1 style="margin-left: 30px;"> Welcome to the Department of Mechanical Engineering</h1> <br/> <!-- Page Content start --> <div class="col-md-10 col-md-offset-1" style="margin-bottom: 20px;"> <a href="javascript:window.history.back()"> <button class="btn"> <i class="fa fa-arrow-left"></i> Back </button> </a> </div> <div class="col-md-10 col-md-offset-1" style="border: 1px solid #9bba6e;border-radius: 20px;padding-top: 20px;"> <div class="col-md-12"> <div class="col-md-3"> <img src="https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG_160.jpg" alt="" /> </div> <div class="col-md-8"> <br/> <br/> <b>Name : Mr. Praseed Kumar<br/>Qualification : ME<br/>Designation : Assistant Professor<br/>Email id : praseedkumar@fcrit.ac.in<br/>Date of joining : 10 August 2008</b><br/> <button class="btn btn-default btn-yellow" data-toggle="modal" data-target="#myModal">Bio-Data</button> <br> </div> <!-- Modal 1 --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Praseed Kumar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal 2 --> <div class="modal fade" id="myPublModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Praseed Kumar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-trace').style.display = (document.getElementById('cakeErr67405707d8bc8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>103</b>]<div id="cakeErr67405707d8bc8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-code').style.display = (document.getElementById('cakeErr67405707d8bc8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-context').style.display = (document.getElementById('cakeErr67405707d8bc8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67405707d8bc8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code></span></pre><pre id="cakeErr67405707d8bc8-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent:&nbsp;<span style="color: #993300;">&ldquo;A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP&rdquo;</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $date = (int) 1218306600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 103 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/34/%3Cpre%20class=" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-trace').style.display = (document.getElementById('cakeErr67405707db1f9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>104</b>]<div id="cakeErr67405707db1f9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-code').style.display = (document.getElementById('cakeErr67405707db1f9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-context').style.display = (document.getElementById('cakeErr67405707db1f9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67405707db1f9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$frs</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>">Download PDF</a>.</p> </span></code></span></pre><pre id="cakeErr67405707db1f9-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent:&nbsp;<span style="color: #993300;">&ldquo;A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP&rdquo;</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $date = (int) 1218306600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 104 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/34/%3Cpre%20class=">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal content--> <div class="col-md-12" style="margin-top: 20px;"> <ul class="nav nav-pills" style="margin-left: 13px;"> <!--li class="active"><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li--> <li class="active"><a href="#onlineprofile" role="tab" data-toggle="tab">Online Profile</a></li> <li><a href="#specialization" role="tab" data-toggle="tab">Areas of Specialization</a></li> <li><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li> <li><a href="#paper" role="tab" data-toggle="tab">Papers Presented</a></li> <li><a href="#research" role="tab" data-toggle="tab">Research Projects</a></li> </ul> <div class="tab-content" style="margin: 20px 0px 0px 30px;"> <div class="tab-pane row active" id="onlineprofile"> </div> <div class="tab-pane row" id="specialization"> <p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent: <span style="color: #993300;">“A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP”</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p> </div> <div class="tab-pane row" id="subject"> <h3>UG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>MMC</td> <td>V</td> </tr> <tr> <td>2</td> <td>Mechatronics</td> <td>VI</td> </tr> <tr> <td>3</td> <td>MEMS</td> <td>VIII</td> </tr> </table> <h3>PG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>MEMS</td> <td>II</td> </tr> </table> </div> <div class="tab-pane row" id="paper" style="margin-left: -65px;"> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Sr No</th> <th style="text-align:center;">Title</th> <th style="text-align:center;">Description</th> </tr> </thead> <tbody style="font-family: dosis;font-style: normal;"> <tr><td>1</td><td>Liquid Level Control Using PID Controller Based On Labview and Matlab software<br/></td><td> <a href="" target="_blank"> International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014<a><br/></td></tr><tr><td>2</td><td>Control of Motor and Pump using Labview and Aurdino<br/></td><td> <a href="" target="_blank"> ISRFE –ISSN 2320-7396- OCT-2015<a><br/></td></tr><tr><td>3</td><td>Automatic control of a pump system for water level using Microcontroller and LabVIEWTM<br/></td><td> <a href="" target="_blank"> International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072<a><br/></td></tr><tr><td>4</td><td>Liquid Level Control Using PID Controller Based On Labview Software<br/></td><td> <a href="" target="_blank"> International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 <a><br/></td></tr><tr><td>5</td><td>Automatic control of a pump using “P” controller based on labview software<br/></td><td> <a href="" target="_blank"> International journal of advanced foundation and research in science and engg.. , March 2015<a><br/></td></tr><tr><td>6</td><td>Automatic control water level in the tank using labview & Microcontroller<br/></td><td> <a href="" target="_blank"> Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi<a><br/></td></tr><tr><td>7</td><td>Simulation study of active vibration control of beams supported at both ends using optimal controllers<br/></td><td> <a href="" target="_blank"> ICNTE-2017 at FCRIT -Vashi<a><br/></td></tr><tr><td>8</td><td>Design of spring testing machine<br/></td><td> <a href="" target="_blank"> International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai <a><br/></td></tr><tr><td>9</td><td>Automatic fire fighting robotic system<br/></td><td> <a href="" target="_blank"> 4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017<a><br/></td></tr><tr><td>10</td><td>Automatic color sorting machine<br/></td><td> <a href="" target="_blank"> 4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017<a><br/></td></tr><tr><td>11</td><td>Micro electro mechanical systems<br/></td><td> <a href="" target="_blank"> In Zenith at agnel poly technic, 2009<a><br/></td></tr><tr><td>12</td><td>Ultrasonic machining<br/></td><td> <a href="" target="_blank"> At PVPIT, Sangli in 2010<a><br/></td></tr><tr><td>13</td><td>Measurement of Temperature and Speed using Labview Software<br/></td><td> <a href="" target="_blank"> International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019<a><br/></td></tr> </tbody> </table> </div> <div class="tab-pane row" id="research"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr No</th> <th>Name of Research Project</th> <th>Type of Grant</th> <th>Name of funding Organization</th> <th>Amount (Rs.)</th> <th>Duration</th> </tr> <tr> <td>1</td> <td>Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study</td> <td>Minor Research</td> <td>University of Mumbai</td> <td>Rs. 30,000/-</td> <td>2018-19</td> </tr> </table> </div> <!-- Added on 28OCT23 ~rbk --> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Faculties' ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent: <span style="color: #993300;">“A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP”</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $content_for_layout = '<style> @media only screen and (max-width: 600px) { #paper { magin-left: -75px !important; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-md-12 ptn-bg"> <h2>Mechanical Engineering </h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li class="active">Mechanical Engineering</li> </ol> </div> </div> </div> </div> </div> <!-- Main-container start --> <div class="container things" style="margin:0;width: 100%;" > <div class="col-md-12"> <br/><br/> <h1 style="margin-left: 30px;"> Welcome to the Department of Mechanical Engineering</h1> <br/> <!-- Page Content start --> <div class="col-md-10 col-md-offset-1" style="margin-bottom: 20px;"> <a href="javascript:window.history.back()"> <button class="btn"> <i class="fa fa-arrow-left"></i> Back </button> </a> </div> <div class="col-md-10 col-md-offset-1" style="border: 1px solid #9bba6e;border-radius: 20px;padding-top: 20px;"> <div class="col-md-12"> <div class="col-md-3"> <img src="https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG_160.jpg" alt="" /> </div> <div class="col-md-8"> <br/> <br/> <b>Name : Mr. Praseed Kumar<br/>Qualification : ME<br/>Designation : Assistant Professor<br/>Email id : praseedkumar@fcrit.ac.in<br/>Date of joining : 10 August 2008</b><br/> <button class="btn btn-default btn-yellow" data-toggle="modal" data-target="#myModal">Bio-Data</button> <br> </div> <!-- Modal 1 --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Praseed Kumar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal 2 --> <div class="modal fade" id="myPublModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Praseed Kumar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-trace').style.display = (document.getElementById('cakeErr67405707d8bc8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>103</b>]<div id="cakeErr67405707d8bc8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-code').style.display = (document.getElementById('cakeErr67405707d8bc8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-context').style.display = (document.getElementById('cakeErr67405707d8bc8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67405707d8bc8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code></span></pre><pre id="cakeErr67405707d8bc8-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent:&nbsp;<span style="color: #993300;">&ldquo;A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP&rdquo;</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $date = (int) 1218306600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 103 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/34/%3Cpre%20class=" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-trace').style.display = (document.getElementById('cakeErr67405707db1f9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>104</b>]<div id="cakeErr67405707db1f9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-code').style.display = (document.getElementById('cakeErr67405707db1f9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-context').style.display = (document.getElementById('cakeErr67405707db1f9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67405707db1f9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$frs</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>">Download PDF</a>.</p> </span></code></span></pre><pre id="cakeErr67405707db1f9-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent:&nbsp;<span style="color: #993300;">&ldquo;A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP&rdquo;</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $date = (int) 1218306600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 104 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/34/%3Cpre%20class=">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal content--> <div class="col-md-12" style="margin-top: 20px;"> <ul class="nav nav-pills" style="margin-left: 13px;"> <!--li class="active"><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li--> <li class="active"><a href="#onlineprofile" role="tab" data-toggle="tab">Online Profile</a></li> <li><a href="#specialization" role="tab" data-toggle="tab">Areas of Specialization</a></li> <li><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li> <li><a href="#paper" role="tab" data-toggle="tab">Papers Presented</a></li> <li><a href="#research" role="tab" data-toggle="tab">Research Projects</a></li> </ul> <div class="tab-content" style="margin: 20px 0px 0px 30px;"> <div class="tab-pane row active" id="onlineprofile"> </div> <div class="tab-pane row" id="specialization"> <p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent: <span style="color: #993300;">“A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP”</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p> </div> <div class="tab-pane row" id="subject"> <h3>UG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>MMC</td> <td>V</td> </tr> <tr> <td>2</td> <td>Mechatronics</td> <td>VI</td> </tr> <tr> <td>3</td> <td>MEMS</td> <td>VIII</td> </tr> </table> <h3>PG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>MEMS</td> <td>II</td> </tr> </table> </div> <div class="tab-pane row" id="paper" style="margin-left: -65px;"> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Sr No</th> <th style="text-align:center;">Title</th> <th style="text-align:center;">Description</th> </tr> </thead> <tbody style="font-family: dosis;font-style: normal;"> <tr><td>1</td><td>Liquid Level Control Using PID Controller Based On Labview and Matlab software<br/></td><td> <a href="" target="_blank"> International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014<a><br/></td></tr><tr><td>2</td><td>Control of Motor and Pump using Labview and Aurdino<br/></td><td> <a href="" target="_blank"> ISRFE –ISSN 2320-7396- OCT-2015<a><br/></td></tr><tr><td>3</td><td>Automatic control of a pump system for water level using Microcontroller and LabVIEWTM<br/></td><td> <a href="" target="_blank"> International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072<a><br/></td></tr><tr><td>4</td><td>Liquid Level Control Using PID Controller Based On Labview Software<br/></td><td> <a href="" target="_blank"> International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 <a><br/></td></tr><tr><td>5</td><td>Automatic control of a pump using “P” controller based on labview software<br/></td><td> <a href="" target="_blank"> International journal of advanced foundation and research in science and engg.. , March 2015<a><br/></td></tr><tr><td>6</td><td>Automatic control water level in the tank using labview & Microcontroller<br/></td><td> <a href="" target="_blank"> Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi<a><br/></td></tr><tr><td>7</td><td>Simulation study of active vibration control of beams supported at both ends using optimal controllers<br/></td><td> <a href="" target="_blank"> ICNTE-2017 at FCRIT -Vashi<a><br/></td></tr><tr><td>8</td><td>Design of spring testing machine<br/></td><td> <a href="" target="_blank"> International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai <a><br/></td></tr><tr><td>9</td><td>Automatic fire fighting robotic system<br/></td><td> <a href="" target="_blank"> 4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017<a><br/></td></tr><tr><td>10</td><td>Automatic color sorting machine<br/></td><td> <a href="" target="_blank"> 4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017<a><br/></td></tr><tr><td>11</td><td>Micro electro mechanical systems<br/></td><td> <a href="" target="_blank"> In Zenith at agnel poly technic, 2009<a><br/></td></tr><tr><td>12</td><td>Ultrasonic machining<br/></td><td> <a href="" target="_blank"> At PVPIT, Sangli in 2010<a><br/></td></tr><tr><td>13</td><td>Measurement of Temperature and Speed using Labview Software<br/></td><td> <a href="" target="_blank"> International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019<a><br/></td></tr> </tbody> </table> </div> <div class="tab-pane row" id="research"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr No</th> <th>Name of Research Project</th> <th>Type of Grant</th> <th>Name of funding Organization</th> <th>Amount (Rs.)</th> <th>Duration</th> </tr> <tr> <td>1</td> <td>Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study</td> <td>Minor Research</td> <td>University of Mumbai</td> <td>Rs. 30,000/-</td> <td>2018-19</td> </tr> </table> </div> <!-- Added on 28OCT23 ~rbk --> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '' $title_for_layout = 'Faculties'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
Warning (2): Invalid argument supplied for foreach() [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array(), 'content_for_layout' => '<style> @media only screen and (max-width: 600px) { #paper { magin-left: -75px !important; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-md-12 ptn-bg"> <h2>Mechanical Engineering </h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li class="active">Mechanical Engineering</li> </ol> </div> </div> </div> </div> </div> <!-- Main-container start --> <div class="container things" style="margin:0;width: 100%;" > <div class="col-md-12"> <br/><br/> <h1 style="margin-left: 30px;"> Welcome to the Department of Mechanical Engineering</h1> <br/> <!-- Page Content start --> <div class="col-md-10 col-md-offset-1" style="margin-bottom: 20px;"> <a href="javascript:window.history.back()"> <button class="btn"> <i class="fa fa-arrow-left"></i> Back </button> </a> </div> <div class="col-md-10 col-md-offset-1" style="border: 1px solid #9bba6e;border-radius: 20px;padding-top: 20px;"> <div class="col-md-12"> <div class="col-md-3"> <img src="https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG_160.jpg" alt="" /> </div> <div class="col-md-8"> <br/> <br/> <b>Name : Mr. Praseed Kumar<br/>Qualification : ME<br/>Designation : Assistant Professor<br/>Email id : praseedkumar@fcrit.ac.in<br/>Date of joining : 10 August 2008</b><br/> <button class="btn btn-default btn-yellow" data-toggle="modal" data-target="#myModal">Bio-Data</button> <br> </div> <!-- Modal 1 --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Praseed Kumar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal 2 --> <div class="modal fade" id="myPublModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Praseed Kumar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-trace').style.display = (document.getElementById('cakeErr67405707d8bc8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>103</b>]<div id="cakeErr67405707d8bc8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-code').style.display = (document.getElementById('cakeErr67405707d8bc8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-context').style.display = (document.getElementById('cakeErr67405707d8bc8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67405707d8bc8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code></span></pre><pre id="cakeErr67405707d8bc8-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent:&nbsp;<span style="color: #993300;">&ldquo;A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP&rdquo;</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $date = (int) 1218306600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 103 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/34/%3Cpre%20class=" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-trace').style.display = (document.getElementById('cakeErr67405707db1f9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>104</b>]<div id="cakeErr67405707db1f9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-code').style.display = (document.getElementById('cakeErr67405707db1f9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-context').style.display = (document.getElementById('cakeErr67405707db1f9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67405707db1f9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$frs</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>">Download PDF</a>.</p> </span></code></span></pre><pre id="cakeErr67405707db1f9-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent:&nbsp;<span style="color: #993300;">&ldquo;A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP&rdquo;</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $date = (int) 1218306600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 104 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/34/%3Cpre%20class=">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal content--> <div class="col-md-12" style="margin-top: 20px;"> <ul class="nav nav-pills" style="margin-left: 13px;"> <!--li class="active"><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li--> <li class="active"><a href="#onlineprofile" role="tab" data-toggle="tab">Online Profile</a></li> <li><a href="#specialization" role="tab" data-toggle="tab">Areas of Specialization</a></li> <li><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li> <li><a href="#paper" role="tab" data-toggle="tab">Papers Presented</a></li> <li><a href="#research" role="tab" data-toggle="tab">Research Projects</a></li> </ul> <div class="tab-content" style="margin: 20px 0px 0px 30px;"> <div class="tab-pane row active" id="onlineprofile"> </div> <div class="tab-pane row" id="specialization"> <p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent: <span style="color: #993300;">“A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP”</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p> </div> <div class="tab-pane row" id="subject"> <h3>UG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>MMC</td> <td>V</td> </tr> <tr> <td>2</td> <td>Mechatronics</td> <td>VI</td> </tr> <tr> <td>3</td> <td>MEMS</td> <td>VIII</td> </tr> </table> <h3>PG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>MEMS</td> <td>II</td> </tr> </table> </div> <div class="tab-pane row" id="paper" style="margin-left: -65px;"> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Sr No</th> <th style="text-align:center;">Title</th> <th style="text-align:center;">Description</th> </tr> </thead> <tbody style="font-family: dosis;font-style: normal;"> <tr><td>1</td><td>Liquid Level Control Using PID Controller Based On Labview and Matlab software<br/></td><td> <a href="" target="_blank"> International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014<a><br/></td></tr><tr><td>2</td><td>Control of Motor and Pump using Labview and Aurdino<br/></td><td> <a href="" target="_blank"> ISRFE –ISSN 2320-7396- OCT-2015<a><br/></td></tr><tr><td>3</td><td>Automatic control of a pump system for water level using Microcontroller and LabVIEWTM<br/></td><td> <a href="" target="_blank"> International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072<a><br/></td></tr><tr><td>4</td><td>Liquid Level Control Using PID Controller Based On Labview Software<br/></td><td> <a href="" target="_blank"> International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 <a><br/></td></tr><tr><td>5</td><td>Automatic control of a pump using “P” controller based on labview software<br/></td><td> <a href="" target="_blank"> International journal of advanced foundation and research in science and engg.. , March 2015<a><br/></td></tr><tr><td>6</td><td>Automatic control water level in the tank using labview & Microcontroller<br/></td><td> <a href="" target="_blank"> Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi<a><br/></td></tr><tr><td>7</td><td>Simulation study of active vibration control of beams supported at both ends using optimal controllers<br/></td><td> <a href="" target="_blank"> ICNTE-2017 at FCRIT -Vashi<a><br/></td></tr><tr><td>8</td><td>Design of spring testing machine<br/></td><td> <a href="" target="_blank"> International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai <a><br/></td></tr><tr><td>9</td><td>Automatic fire fighting robotic system<br/></td><td> <a href="" target="_blank"> 4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017<a><br/></td></tr><tr><td>10</td><td>Automatic color sorting machine<br/></td><td> <a href="" target="_blank"> 4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017<a><br/></td></tr><tr><td>11</td><td>Micro electro mechanical systems<br/></td><td> <a href="" target="_blank"> In Zenith at agnel poly technic, 2009<a><br/></td></tr><tr><td>12</td><td>Ultrasonic machining<br/></td><td> <a href="" target="_blank"> At PVPIT, Sangli in 2010<a><br/></td></tr><tr><td>13</td><td>Measurement of Temperature and Speed using Labview Software<br/></td><td> <a href="" target="_blank"> International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019<a><br/></td></tr> </tbody> </table> </div> <div class="tab-pane row" id="research"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr No</th> <th>Name of Research Project</th> <th>Type of Grant</th> <th>Name of funding Organization</th> <th>Amount (Rs.)</th> <th>Duration</th> </tr> <tr> <td>1</td> <td>Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study</td> <td>Minor Research</td> <td>University of Mumbai</td> <td>Rs. 30,000/-</td> <td>2018-19</td> </tr> </table> </div> <!-- Added on 28OCT23 ~rbk --> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Faculties' ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent: <span style="color: #993300;">“A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP”</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $content_for_layout = '<style> @media only screen and (max-width: 600px) { #paper { magin-left: -75px !important; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-md-12 ptn-bg"> <h2>Mechanical Engineering </h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li class="active">Mechanical Engineering</li> </ol> </div> </div> </div> </div> </div> <!-- Main-container start --> <div class="container things" style="margin:0;width: 100%;" > <div class="col-md-12"> <br/><br/> <h1 style="margin-left: 30px;"> Welcome to the Department of Mechanical Engineering</h1> <br/> <!-- Page Content start --> <div class="col-md-10 col-md-offset-1" style="margin-bottom: 20px;"> <a href="javascript:window.history.back()"> <button class="btn"> <i class="fa fa-arrow-left"></i> Back </button> </a> </div> <div class="col-md-10 col-md-offset-1" style="border: 1px solid #9bba6e;border-radius: 20px;padding-top: 20px;"> <div class="col-md-12"> <div class="col-md-3"> <img src="https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG_160.jpg" alt="" /> </div> <div class="col-md-8"> <br/> <br/> <b>Name : Mr. Praseed Kumar<br/>Qualification : ME<br/>Designation : Assistant Professor<br/>Email id : praseedkumar@fcrit.ac.in<br/>Date of joining : 10 August 2008</b><br/> <button class="btn btn-default btn-yellow" data-toggle="modal" data-target="#myModal">Bio-Data</button> <br> </div> <!-- Modal 1 --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Praseed Kumar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal 2 --> <div class="modal fade" id="myPublModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Praseed Kumar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-trace').style.display = (document.getElementById('cakeErr67405707d8bc8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>103</b>]<div id="cakeErr67405707d8bc8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-code').style.display = (document.getElementById('cakeErr67405707d8bc8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707d8bc8-context').style.display = (document.getElementById('cakeErr67405707d8bc8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67405707d8bc8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code></span></pre><pre id="cakeErr67405707d8bc8-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent:&nbsp;<span style="color: #993300;">&ldquo;A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP&rdquo;</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $date = (int) 1218306600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 103 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/34/%3Cpre%20class=" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-trace').style.display = (document.getElementById('cakeErr67405707db1f9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>104</b>]<div id="cakeErr67405707db1f9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-code').style.display = (document.getElementById('cakeErr67405707db1f9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67405707db1f9-context').style.display = (document.getElementById('cakeErr67405707db1f9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67405707db1f9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$frs</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>">Download PDF</a>.</p> </span></code></span></pre><pre id="cakeErr67405707db1f9-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 3 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), (int) 1 => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), (int) 2 => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), (int) 3 => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '81', 'faculty_id' => '34', 'description' => '<p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent:&nbsp;<span style="color: #993300;">&ldquo;A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP&rdquo;</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p>', 'created_by' => '1', 'created_timestamp' => '2015-02-10 19:44:09' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '1087', 'faculty_id' => '34', 'sr_no' => '1', 'title' => 'Liquid Level Control Using PID Controller Based On Labview and Matlab software', 'description' => 'International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:08' ), (int) 1 => array( 'id' => '1088', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Control of Motor and Pump using Labview and Aurdino', 'description' => 'ISRFE –ISSN 2320-7396- OCT-2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:53:38' ), (int) 2 => array( 'id' => '1089', 'faculty_id' => '34', 'sr_no' => '3', 'title' => 'Automatic control of a pump system for water level using Microcontroller and LabVIEWTM', 'description' => 'International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 11:54:36' ), (int) 3 => array( 'id' => '1091', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Liquid Level Control Using PID Controller Based On Labview Software', 'description' => 'International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:00:49' ), (int) 4 => array( 'id' => '1092', 'faculty_id' => '34', 'sr_no' => '4', 'title' => 'Automatic control of a pump using “P” controller based on labview software', 'description' => 'International journal of advanced foundation and research in science and engg.. , March 2015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:18' ), (int) 5 => array( 'id' => '1093', 'faculty_id' => '34', 'sr_no' => '6', 'title' => 'Automatic control water level in the tank using labview & Microcontroller', 'description' => 'Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:01:55' ), (int) 6 => array( 'id' => '1094', 'faculty_id' => '34', 'sr_no' => '7', 'title' => 'Simulation study of active vibration control of beams supported at both ends using optimal controllers', 'description' => 'ICNTE-2017 at FCRIT -Vashi', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:21' ), (int) 7 => array( 'id' => '1095', 'faculty_id' => '34', 'sr_no' => '8', 'title' => 'Design of spring testing machine', 'description' => 'International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai ', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:02:46' ), (int) 8 => array( 'id' => '1096', 'faculty_id' => '34', 'sr_no' => '10', 'title' => 'Automatic fire fighting robotic system', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:13' ), (int) 9 => array( 'id' => '1097', 'faculty_id' => '34', 'sr_no' => '11', 'title' => 'Automatic color sorting machine', 'description' => '4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:03:42' ), (int) 10 => array( 'id' => '1098', 'faculty_id' => '34', 'sr_no' => '2', 'title' => 'Micro electro mechanical systems', 'description' => 'In Zenith at agnel poly technic, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:04:58' ), (int) 11 => array( 'id' => '1099', 'faculty_id' => '34', 'sr_no' => '15', 'title' => 'Ultrasonic machining', 'description' => 'At PVPIT, Sangli in 2010', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-03-01 12:07:30' ), (int) 12 => array( 'id' => '1328', 'faculty_id' => '34', 'sr_no' => '13', 'title' => 'Measurement of Temperature and Speed using Labview Software', 'description' => 'International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:26:44' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '554', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Post Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:30:13' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '552', 'faculty_id' => '34', 'subject' => 'MMC', 'type' => 'Under Graduate', 'semester' => 'V', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:21' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '551', 'faculty_id' => '34', 'subject' => 'Mechatronics', 'type' => 'Under Graduate', 'semester' => 'VI', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:07' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ), (int) 3 => array( 'FacultySubject' => array( 'id' => '553', 'faculty_id' => '34', 'subject' => 'MEMS', 'type' => 'Under Graduate', 'semester' => 'VIII', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:28:37' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '88', 'faculty_id' => '34', 'title' => 'Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study', 'grant_type' => 'Minor Research', 'funding_organization' => 'University of Mumbai', 'amount' => 'Rs. 30,000/-', 'duration' => '2018-19', 'created_by' => '1', 'created_timestamp' => '2019-05-03 12:22:56' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '54', 'faculty_id' => '34', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315516-Praseed.Kumar.pdf' ), 'Faculty' => array( 'id' => '34', 'department_id' => '5', 'sr_no' => '13', 'name' => 'Mr. Praseed Kumar', 'qualification' => 'ME', 'designation' => 'Assistant Professor', 'email_address' => 'praseedkumar@fcrit.ac.in', 'joining_date' => '2008-08-10', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677920769-Praseed.JPG', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:19:30' ) ) $fpubl = array() $fonlprof = array() $date = (int) 1218306600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 104 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/34/%3Cpre%20class=">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal content--> <div class="col-md-12" style="margin-top: 20px;"> <ul class="nav nav-pills" style="margin-left: 13px;"> <!--li class="active"><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li--> <li class="active"><a href="#onlineprofile" role="tab" data-toggle="tab">Online Profile</a></li> <li><a href="#specialization" role="tab" data-toggle="tab">Areas of Specialization</a></li> <li><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li> <li><a href="#paper" role="tab" data-toggle="tab">Papers Presented</a></li> <li><a href="#research" role="tab" data-toggle="tab">Research Projects</a></li> </ul> <div class="tab-content" style="margin: 20px 0px 0px 30px;"> <div class="tab-pane row active" id="onlineprofile"> </div> <div class="tab-pane row" id="specialization"> <p>Production, Mechatronics, Active vibration control technique.</p> <p><strong>Patent: <span style="color: #993300;">“A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP”</span></strong></p> <p>Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021</p> </div> <div class="tab-pane row" id="subject"> <h3>UG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>MMC</td> <td>V</td> </tr> <tr> <td>2</td> <td>Mechatronics</td> <td>VI</td> </tr> <tr> <td>3</td> <td>MEMS</td> <td>VIII</td> </tr> </table> <h3>PG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>MEMS</td> <td>II</td> </tr> </table> </div> <div class="tab-pane row" id="paper" style="margin-left: -65px;"> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Sr No</th> <th style="text-align:center;">Title</th> <th style="text-align:center;">Description</th> </tr> </thead> <tbody style="font-family: dosis;font-style: normal;"> <tr><td>1</td><td>Liquid Level Control Using PID Controller Based On Labview and Matlab software<br/></td><td> <a href="" target="_blank"> International journal of engineering reesearch and technology-ISSN:2278-0181 In IJERT, Volume, 3, Isuue.10, October-2014<a><br/></td></tr><tr><td>2</td><td>Control of Motor and Pump using Labview and Aurdino<br/></td><td> <a href="" target="_blank"> ISRFE –ISSN 2320-7396- OCT-2015<a><br/></td></tr><tr><td>3</td><td>Automatic control of a pump system for water level using Microcontroller and LabVIEWTM<br/></td><td> <a href="" target="_blank"> International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 p-ISSN: 2395-0072<a><br/></td></tr><tr><td>4</td><td>Liquid Level Control Using PID Controller Based On Labview Software<br/></td><td> <a href="" target="_blank"> International Conference on Civil, Mechanical, Biological and Medical Engineering (ICMBME), 20th April, 2014 <a><br/></td></tr><tr><td>5</td><td>Automatic control of a pump using “P” controller based on labview software<br/></td><td> <a href="" target="_blank"> International journal of advanced foundation and research in science and engg.. , March 2015<a><br/></td></tr><tr><td>6</td><td>Automatic control water level in the tank using labview & Microcontroller<br/></td><td> <a href="" target="_blank"> Irjet 4. “Implementation of H-infinity controller in experimental active vibration control of a cantilever beam”, ICNTE-2017, at FCRIT, vashi<a><br/></td></tr><tr><td>7</td><td>Simulation study of active vibration control of beams supported at both ends using optimal controllers<br/></td><td> <a href="" target="_blank"> ICNTE-2017 at FCRIT -Vashi<a><br/></td></tr><tr><td>8</td><td>Design of spring testing machine<br/></td><td> <a href="" target="_blank"> International conference on advances in thermal system, materials and design engg., Dec-2018 at VJTI-Mumbai <a><br/></td></tr><tr><td>9</td><td>Automatic fire fighting robotic system<br/></td><td> <a href="" target="_blank"> 4th international conference on industrial engg., (ICIE-2017) at NIT surat 21-23 December 2017<a><br/></td></tr><tr><td>10</td><td>Automatic color sorting machine<br/></td><td> <a href="" target="_blank"> 4th international conference on industrial engg., (ICIE-2017) at NIT Surat 21-23 December 2017<a><br/></td></tr><tr><td>11</td><td>Micro electro mechanical systems<br/></td><td> <a href="" target="_blank"> In Zenith at agnel poly technic, 2009<a><br/></td></tr><tr><td>12</td><td>Ultrasonic machining<br/></td><td> <a href="" target="_blank"> At PVPIT, Sangli in 2010<a><br/></td></tr><tr><td>13</td><td>Measurement of Temperature and Speed using Labview Software<br/></td><td> <a href="" target="_blank"> International Conference on Applied Mechanical Engineering Research (ICAMER - 2019) at NIT Warangal, May 2-4, 2019<a><br/></td></tr> </tbody> </table> </div> <div class="tab-pane row" id="research"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr No</th> <th>Name of Research Project</th> <th>Type of Grant</th> <th>Name of funding Organization</th> <th>Amount (Rs.)</th> <th>Duration</th> </tr> <tr> <td>1</td> <td>Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study</td> <td>Minor Research</td> <td>University of Mumbai</td> <td>Rs. 30,000/-</td> <td>2018-19</td> </tr> </table> </div> <!-- Added on 28OCT23 ~rbk --> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '' $title_for_layout = 'Faculties'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
AGNEL CHARITIES
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
 (An Autonomous Institute & Permanently Affiliated to University of Mumbai)
AGNEL CHARITIES'
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex Sector 9-A, Vashi, Navi Mumbai, Maharashtra, India PIN - 400703
AGNEL CHARITIES'
F.C.R.I.TProduction, Mechatronics, Active vibration control technique.
Patent: “A METHOD OF SUPPRESSING THERMO-ACOUSTICINSTABILITIES BY MEANS OF ACTIVE CLOSED LOOP”
Application number 202021026306, dated : 22 June 2020. The Patent Office Journal No. 52/2021 Dated 24/12/2021
Sr no | Subject | Semester |
---|---|---|
1 | MMC | V |
2 | Mechatronics | VI |
3 | MEMS | VIII |
Sr no | Subject | Semester |
---|---|---|
1 | MEMS | II |
Sr No | Name of Research Project | Type of Grant | Name of funding Organization | Amount (Rs.) | Duration |
---|---|---|---|---|---|
1 | Active Vibration Control of Cantilever Beam using Proportional Controller, an experimental study | Minor Research | University of Mumbai | Rs. 30,000/- | 2018-19 |
Agnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
Visitors Count
©FCRIT, Vashi. All rights reserved.
This website is best viewed in Chrome and Mozilla Firefox in 1366x768 screen resolution.